home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 4 / ETO Development Tools 4.iso / Essentials / MacApp Documentation / MacApp.TECH$ Archives / 1991 / Jan 91 / MacApp.Tech$ 1⁄4⁄91 / 2560-Idling bug using THI-Dec90 < prev    next >
Encoding:
Text File  |  1991-03-06  |  1.2 KB  |  35 lines  |  [TEXT/GEOL]

  1. Item    3565861                         29-Dec-90        17:16PST
  2.  
  3. From:   WILSON6                         Personal Concepts, Dave Wilson,PRT
  4.  
  5. To:     MACAPP.TECH$                    MacApp Technical
  6.         THINK.QA                        Symantec, Michael Rockhold,PRT
  7.  
  8. Item forwarded by       NEIL.RHODES  to CALLIOPE 
  9.  
  10. ------------------------------------------------------------------------------
  11.  
  12. Sub:    Idling bug using THINK Pascal
  13.  
  14. I have a program that uses MacApp 2.0 with THINK Pascal 3.0. It uses a window
  15. with a few instances of TNumberText as subviews of a TDialogView.
  16.  
  17. The program works fine when running in the THINK environment, but has three
  18. related bugs when compiled as a stand-alone application. These are:
  19.    1. The insertion point cursor does not blink in the TNumberText items, even
  20. though I can type into any one, and select any other one with a mouse click or
  21. the Tab key.
  22.     2. The cursor will not change from an I-Beam to an arrow when I leave the
  23. view.
  24.     3. My document's DoSetupMenus method does not get called until I click the
  25. mouse in the menubar.
  26.  
  27. In other words, the idle processing does not seem to be working in the final
  28. application, but it does work in the THINK environment. Has anyone seen this
  29. behavior?
  30.  
  31. Thanks,
  32.  
  33. Dave
  34.  
  35.